From 19a4e60fbb0fb02fa7542b5579c40eff00d2f849 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 9 Apr 2006 20:30:27 +0000 Subject: [PATCH] Add doc for Garmin_txt from Olaf. --- gpsbabel/readme.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gpsbabel/readme.xml b/gpsbabel/readme.xml index 5cebd9dc6..d8e21ce1e 100644 --- a/gpsbabel/readme.xml +++ b/gpsbabel/readme.xml @@ -588,6 +588,45 @@ in 2005 and later are supported. See Garmin's site for more info.) This is the format readable that that program. +
+ + Garmin MapSource Text Export (tab delimited). + + garmin_txt + + garmin_txt is a format that contains nearly all information as in the MapSource main format, GDB. +garmin_txt has some computed values like distances between routepoints and trackpoints, speed, and course (heading) in addition to the standard data fields. + + +The main goal of garmin_txt is to make aviation data more available. Because +MapSource supports only the export, GPSBabel gives you the possibility to +bring aviation data into MapSource. + +During the export with MapSource, some fields are written using local settings +of MapSource and Windows. These include grid format, gps datum, distance and +temperature units, and the representation of date and time fields. GPSBabel +tries to read all items automatically. Problems with date and time format can +be solved with the options 'date' and 'time'. + + + Options: + - input/output date format (Windows-like. For example "YYYY/MM/DD") + - write coodinates using this (GPSBabel known!) datum + - output unit for distance values, M (=metric, m/km/kph) or S (=statue, ft/mi/mph) + - write coordinates with precision # (# numbers behind dot) + - output unit for temperature values, C (=celsius) or F (=fahrenheit) + - input/output time format (Windows-like For example, "hh:mm:ss xx") + - write timestamps x hours relative to UTC + + garmin_txt example with all options: + gpsbabel -i garmin_txt,date="MM/DD/YYYY",time="hh:mm:ss xx" \ + -f in.txt \ + -o garmin_txt,date="DD.MM.YYYY",datum="WGS 72",dist=m,prec=6,temp=c,time="HH:mm:ss",utc=+2 \ + -F out.txt + + +
+
Garmin 301 data. garmin301 This is a very simple format that -- 2.30.2